home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / FDC.IN_ / fdc.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  2.2 KB  |  95 lines

  1. ; FDC.INF -- This file contains descriptions of all the 
  2. ;            Floppy Drive Controllers supported in Windows NT
  3. ;
  4. ; Copyright (c) 1993-1999, Microsoft Corporation
  5.  
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=fdc
  9. ClassGuid={4D36E969-E325-11CE-BFC1-08002BE10318}
  10. Provider=%MSFT%
  11. LayoutFile=layout.inf
  12. DriverVer=11/14/1999,5.00.2183.1
  13.  
  14. [ClassInstall32.NT]
  15. AddReg=fdc_class_addreg
  16.  
  17. [fdc_class_addreg]
  18. HKR,,,,%FdcClassName%
  19. HKR,,NoInstallClass,,1
  20. HKR,,TroubleShooter-0,,"tshoot.chm,hdw_drives.htm"
  21. HKR,,Icon,,-9
  22. HKR,,DeviceType,0x10001,4                       ; FILE_DEVICE_CONTROLLER
  23. HKR,,DeviceCharacteristics,0x10001,0x100        ; Use same security checks on relative opens
  24.  
  25. [fdc_copyfiles]
  26. fdc.sys
  27.  
  28. [CopyFileLibrettoA]
  29. %FileLibretto1%
  30.  
  31. [DestinationDirs]
  32. fdc_copyfiles=12
  33. CopyFileLibrettoA=12
  34.  
  35. [Manufacturer]
  36. %GenManufacturer%=fdc_device
  37. %TOSHIBA%=TSBMfg
  38.  
  39. [TSBMfg]
  40. %DeviceLibrettoA% = InstallLibrettoA,PCMCIA\Y-E_DATA-External_FDD-994B
  41.  
  42. ;
  43. ; Libretto Type A
  44. ;
  45. [InstallLibrettoA.NT]
  46. CopyFiles=CopyFileLibrettoA
  47.  
  48. [InstallLibrettoA.NT.Services]
  49. AddService = lbrtfdc, 0x00000002, ServiceInstallLibrettoA, Miniport_EventLog_Inst
  50.  
  51. [ServiceInstallLibrettoA]
  52. DisplayName=%ServiceLibrettoA%
  53. ServiceType=1
  54. StartType=0
  55. ErrorControl=1
  56. ServiceBinary = %12%\%FileLibretto1%
  57.  
  58. [Miniport_EventLog_Inst]
  59. AddReg = Miniport_EventLog_AddReg
  60.  
  61. [Miniport_EventLog_AddReg]
  62. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  63. HKR,,TypesSupported,0x00010001,7
  64.  
  65. ;
  66. ; End of Libretto Type A Section
  67. ;
  68.  
  69. [fdc_device]
  70. %fdc_devdesc%=fdc_install,*PNP0700
  71.  
  72. [fdc_install.NT]
  73. CopyFiles=fdc_copyfiles
  74.  
  75. [fdc_install.NT.Services]
  76. AddService=fdc,2,fdc_ServiceInstallSection
  77.  
  78. [fdc_ServiceInstallSection]
  79. DisplayName=%fdc_ServiceDesc%
  80. ServiceType=1
  81. StartType=3
  82. ErrorControl=1
  83. ServiceBinary = %12%\fdc.sys
  84. [Strings]
  85. MSFT="Microsoft"
  86. FdcClassName="Floppy disk controllers"
  87. GenManufacturer="(Standard floppy disk controllers)"
  88. fdc_devdesc="Standard floppy disk controller"
  89. fdc_ServiceDesc="Floppy Disk Controller Driver"
  90.  
  91. TOSHIBA="Toshiba"
  92. FileLibretto1=lbrtfdc.sys
  93. DeviceLibrettoA="TOSHIBA floppy controller (Libretto Type A)"
  94. ServiceLibrettoA="TOSHIBA floppy controller driver (Libretto Type A)"
  95.